home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / doom / mangler.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-09-22  |  589b  |  23 lines

  1. @echo.
  2. @echo. Installation
  3. @echo.
  4. @if not exist DOOM2.WAD
  5. @echo @echo. Restoration > restore.bat
  6. @rem Install Sprites or Flats in WAD
  7. @echo deusf -res mangler.wad
  8. @deusf -sprites -app mangler.wad
  9. @if not ERRORLEVEL 0 goto fail 
  10. @echo MANGLER DOOM (Ver 1.0) Installation succeeded.
  11. @echo type MANGLE to play the modified game.
  12. @echo type RESTORE to uninstall.
  13. @echo MAY THE MANGLING BEGIN !!!!!
  14. @goto end
  15. :fail
  16. @echo. Installation failed.
  17. @goto end
  18. :miss
  19. @echo. Installation impossible: Games files are missing.
  20. @echo. Please Install in game directory.
  21. @goto end
  22. :end
  23.